home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / SysOb / SysOb.app / SysOb.nib / data.classes next >
Text File  |  1992-11-03  |  379b  |  27 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. AuthManager = {
  7.     SUPERCLASS = Object;
  8. };
  9. SysObApp = {
  10.     ACTIONS = {
  11.     openUserDisplay:;
  12.     changeSliderValue:;
  13.     prefSet:;
  14.     prefRevert:;
  15.     openProcDisplay:;
  16.     };
  17.     OUTLETS = {
  18.     priorityText;
  19.     lastRunButton;
  20.     sectionMatrix;
  21.     authObj;
  22.     savPOpButton;
  23.     prioritySlider;
  24.     };
  25.     SUPERCLASS = Application;
  26. };
  27.